home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / super_fly.swf / scripts / DefineButton2_176 / BUTTONCONDACTION on(release).as
Text File  |  2012-01-07  |  130b  |  9 lines

  1. on(release){
  2.    beeHit = "0";
  3.    level = "1";
  4.    score = "0";
  5.    flyCaught = "0";
  6.    frTime = "0";
  7.    gotoAndPlay(116);
  8. }
  9.